- The XBRL Standard
- XBRL Specifications
- Registries
- Functions Registry 1.0
- Functions Registry
- xfi:period-start
- 80126:
Function test xfi:period-start
Documentation
Tests of function xfi:period-start($period as element(xbrli:period)) as xs:dateTime
Owners
Name
|
Affiliation
|
Email
|
Start
|
End
|
Herm Fischer |
UBMatrix / Mark V Systems
|
fischer@markv.com |
19-02-2008 at 00:00:00 |
|
References
http://www.xbrl.org/Specification/XF-PWD-2006-12-07.htm#_Toc152670680
Test Case Variations
V-01
xfi:period-start returns correct dateTime for an instant context
Documentation
Tests that either a the instant dateTime element is provided, or an equivalent atomic value of expected dateTime
Inputs
Outputs
-
Result test:
($result instance of element(*,xs:dateTime) or $result instance of xs:dateTime) and
count( $result ) eq 1 and
$result eq xs:dateTime("2007-12-31T24:00:00")
V-02
Returns correct dateTime for concept whose context is instant
Documentation
Tests that either a the instant dateTime element is provided, or an equivalent atomic value of expected dateTime.
Inputs
Outputs
-
Result test:
($result instance of element(*,xs:dateTime) or $result instance of xs:dateTime) and
count( $result ) eq 1 and
$result eq xs:dateTime("2007-12-31T24:00:00")
V-03
Start for start-end duration context
Documentation
Tests that either a the instant dateTime element is provided, or an equivalent atomic value of expected dateTime.
Inputs
Outputs
-
Result test:
($result instance of element(*,xs:dateTime) or $result instance of xs:dateTime) and
count( $result ) eq 1 and
$result eq xs:dateTime("2007-01-01T00:00:00")
V-04
Error for forever context
Documentation
Tests that indicated error is raised for inapplicable context.
Inputs
Outputs
-
Error code: xfie:PeriodIsForever
V-05
Wrong node to function
Documentation
XPath-defined error for node type incorrect.
Inputs
Outputs
-
Error code: xqt-err:XPTY0004
V-06
A sequence of periods as argument
Documentation
XPath-defined error for node type incorrect arity of argument.
Inputs
Outputs
-
Error code: xqt-err:XPTY0004
Revisions
Name
|
On
|
Details
|
Herm Fischer |
19-02-2008 at 00:00:00 |
Created the test case.
|